home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / SCAN2.DOX < prev    next >
Text File  |  1996-07-17  |  1KB  |  30 lines

  1.  
  2.   SCAN2.AML
  3.   Scan files for all Occurrences 
  4.  
  5.   This macro searches multiple files on disk for all occurrences of a
  6.   search string or regular expression pattern. You will be prompted to
  7.   enter the search string and search options.
  8.  
  9.   The following search options can be specified:
  10.  
  11.     i - ignore case
  12.     u - search within subdirectories also
  13.     w - whole words only
  14.     x - regular expressions
  15.  
  16.   If this macro is run by selecting Scan Files from the file manager
  17.   Command menu, then only the files listed in the file manager are
  18.   searched, otherwise you will be prompted to enter a directory or file
  19.   specification where files will be searched.
  20.  
  21.   After the search has completed, a window will be displayed showing
  22.   each line in each file where the search string was found. A menu is
  23.   also displayed which allows you to goto the line at cursor, edit all
  24.   displayed lines, and print all displayed lines.
  25.  
  26.   Scan2 can be used as an alternative to the Scan macro. Unlike Scan,
  27.   Scan2 searches each file for all occurrences of the search string. For
  28.   this reason, Scan2 may be slightly slower than Scan.
  29.  
  30.